Skip to content

Commit

Permalink
fix: Use docker buildx for multi-platform builds (#804)
Browse files Browse the repository at this point in the history
The 'docker build' command does not support more than one platform at
a time.

Signed-off-by: James Alseth <james@jalseth.me>
  • Loading branch information
jalseth committed Mar 24, 2023
1 parent 0e6576a commit a9b07e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
id: get-version
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT

- name: setup docker buildx
run: docker buildx create --name conftestbuild --use

- name: push images
env:
VERSION: ${{ steps.get-version.outputs.VERSION }}
Expand Down

0 comments on commit a9b07e7

Please sign in to comment.