Skip to content

Commit

Permalink
Update deploy-image.yml (#7)
Browse files Browse the repository at this point in the history
remove linux/arm/v6 support
  • Loading branch information
hadican committed Nov 15, 2023
1 parent 9dd2434 commit 2632e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
with:
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7,linux/arm/v8
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8
push: true
tags: hadican/failedkite:${{ github.ref_name }},hadican/failedkite:latest
tags: hadican/failedkite:${{ github.ref_name }},hadican/failedkite:latest

0 comments on commit 2632e9a

Please sign in to comment.