Skip to content

Commit

Permalink
fix: cannot build darwin docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
slurdge committed Dec 18, 2023
1 parent 7bf3d6d commit 35c844c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
BUILD_DATE=${{ steps.var.outputs.BUILD_DATE }}
GIT_COMMIT=${{ steps.var.outputs.GIT_COMMIT }}
IMGUR_CLIENT_ID=$${ secrets.IMGUR_CLIENT_ID }}
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7,darwin/amd64,darwin/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
push: ${{ startsWith(github.ref, 'refs/tags/') }}
tags: |
ghcr.io/slurdge/goeland:latest
Expand Down

0 comments on commit 35c844c

Please # to comment.