mirror of
https://github.com/paralus/paralus.git
synced 2026-05-07 00:46:52 +00:00
Make CI create multi-platform image
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -21,6 +21,12 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
@@ -55,6 +61,7 @@ jobs:
|
||||
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
@@ -75,6 +82,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile.initialize
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ steps.meta-init.outputs.tags }}
|
||||
labels: ${{ steps.meta-init.outputs.labels }}
|
||||
@@ -95,6 +103,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile.synchronizer
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ steps.meta-sync.outputs.tags }}
|
||||
labels: ${{ steps.meta-sync.outputs.labels }}
|
||||
|
||||
Reference in New Issue
Block a user