Skip to content

Commit

Permalink
load images are building
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed May 2, 2024
1 parent 46c993b commit 68a906b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
docker buildx create --use --platform=linux/arm64,linux/amd64 --name multi-platform-builder
docker buildx inspect --bootstrap
docker buildx install
make DOCKER_BUILDX_FLAGS="--platform linux/amd64,linux/arm64" all
make DOCKER_BUILDX_FLAGS="--platform linux/amd64,linux/arm64 --load" all
make test
make push

0 comments on commit 68a906b

Please sign in to comment.