Skip to content

Commit

Permalink
Remvoe ARMv6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 committed May 19, 2024
1 parent d3d7308 commit 32cf150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dev-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [ push ]

jobs:
docker:
name: Publish to GitHub Container Registry
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand All @@ -28,7 +27,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
push: true
tags: |
carlgo11/guest-portal:dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
context: .
file: Docker/Backend.docker
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
push: true
tags: ${{ steps.backend-meta.outputs.tags }}
labels: ${{ steps.backend-meta.outputs.labels }}

0 comments on commit 32cf150

Please sign in to comment.