mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
multi platform build
This commit is contained in:
parent
e7ffb712e6
commit
d24ebfd08f
1 changed files with 4 additions and 3 deletions
7
.github/workflows/docker-push.yml
vendored
7
.github/workflows/docker-push.yml
vendored
|
|
@ -27,8 +27,8 @@ jobs:
|
|||
include:
|
||||
- builder: ubuntu-latest
|
||||
platform: linux/amd64
|
||||
- builder: linux-arm64
|
||||
platform: linux/arm64
|
||||
# - builder: linux-arm64
|
||||
# platform: linux/arm64
|
||||
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
|
|
@ -48,9 +48,10 @@ jobs:
|
|||
|
||||
- name: Build and push Docker image
|
||||
id: push
|
||||
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64, linux/arm64
|
||||
file: ./arch/Dockerfile
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue