mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +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:
|
include:
|
||||||
- builder: ubuntu-latest
|
- builder: ubuntu-latest
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
- builder: linux-arm64
|
# - builder: linux-arm64
|
||||||
platform: linux/arm64
|
# platform: linux/arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
|
|
@ -48,9 +48,10 @@ jobs:
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
id: push
|
id: push
|
||||||
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
|
platforms: linux/amd64, linux/arm64
|
||||||
file: ./arch/Dockerfile
|
file: ./arch/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue