Skip to content

Commit

Permalink
remove unsupported platform (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
artis3n authored Aug 10, 2024
1 parent 81e4a75 commit d0687f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: docker/[email protected]
with:
target: base
platforms: linux/amd64,linux/arm64,darwin/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta_base.outputs.tags }}
labels: ${{ steps.meta_base.outputs.labels }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: docker/[email protected]
with:
target: base
platforms: linux/amd64,linux/arm64,darwin/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta_base.outputs.tags }}
labels: ${{ steps.meta_base.outputs.labels }}
Expand Down

0 comments on commit d0687f7

Please sign in to comment.