Skip to content

Commit

Permalink
Remove arm v7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Era-Dorta committed Jan 4, 2025
1 parent 4455f3c commit 6903227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker buildx create --name multibuilder
docker buildx use multibuilder
docker buildx build --build-arg SIGNALBLAST_VERSION=${SIGNALBLAST_VERSION} --platform linux/amd64,linux/arm64,linux/arm/v7 -t eradorta/signalblast:${DOCKER_TAG} -t eradorta/signalblast:latest .
docker buildx build --build-arg SIGNALBLAST_VERSION=${SIGNALBLAST_VERSION} --platform linux/amd64,linux/arm64 -t eradorta/signalblast:${DOCKER_TAG} -t eradorta/signalblast:latest .

0 comments on commit 6903227

Please sign in to comment.