Skip to content

Commit

Permalink
update platform, remove ARMv7
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanwerfling committed May 15, 2023
1 parent 20235cd commit 6b34341
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
context: .
file: ./Dockerfile.nginxsrc
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
platforms: linux/amd64,linux/arm64/v8
push: ${{ github.ref_type == 'tag' }}
tags: ${{ steps.meta_flyingfish.outputs.tags }}
labels: ${{ steps.meta_flyingfish.outputs.labels }}
Expand All @@ -56,7 +56,7 @@ jobs:
with:
context: ./
file: ./sshserver/Dockerfile
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
platforms: linux/amd64,linux/arm64/v8
push: ${{ github.ref_type == 'tag' }}
tags: ${{ steps.meta_flyingfish_ssh.outputs.tags }}
labels: ${{ steps.meta_flyingfish_ssh.outputs.labels }}
Expand All @@ -72,7 +72,7 @@ jobs:
with:
context: ./
file: ./himhip/Dockerfile
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
platforms: linux/amd64,linux/arm64/v8
push: ${{ github.ref_type == 'tag' }}
tags: ${{ steps.meta_flyingfish_himhip.outputs.tags }}
labels: ${{ steps.meta_flyingfish_himhip.outputs.labels }}

0 comments on commit 6b34341

Please sign in to comment.