Skip to content

Commit 53f98fc

Browse files
authored
[CI] Remove arm v6 support (#21)
* [CI] Remove arm v6 support Seems that the GA was not failing before due to lower validations rules * Update version --------- Co-authored-by: Florian <[email protected]>
1 parent 0a4ac43 commit 53f98fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=1.5.0.1
1+
VERSION=1.5.0.2
22
NON_INTERACTIVE=false
33
BUILDX=true
44
BUILDX_PURGE=false

.github/workflows/build_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
uses: docker/build-push-action@v6
3333
with:
3434
context: .
35-
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v6,linux/arm/v7
35+
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7
3636
push: true
3737
tags: theengs/gateway:latest

0 commit comments

Comments
 (0)