Skip to content

Commit

Permalink
Docker CI build for all supported architecture
Browse files Browse the repository at this point in the history
Signed-off-by: Songlin Jiang <songlin.jiang@csc.fi>
  • Loading branch information
HollowMan6 committed Apr 25, 2024
1 parent a6edc03 commit 4ff037b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
fi
echo IMAGE_ID=$IMAGE_ID
echo VERSION=$VERSION
docker buildx build -t $IMAGE_ID:$VERSION --platform linux/amd64,linux/386 --push .
docker buildx build -t $IMAGE_ID:$VERSION --platform linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/ppc64le --push .

0 comments on commit 4ff037b

Please sign in to comment.