Skip to content

Commit

Permalink
[CI] Remove arm v6 support
Browse files Browse the repository at this point in the history
Seems that the GA was not failing before due to lower validations rules
  • Loading branch information
1technophile committed Feb 5, 2025
1 parent 0a4ac43 commit da0108a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v6,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7
push: true
tags: theengs/gateway:latest

0 comments on commit da0108a

Please sign in to comment.