Skip to content

Commit

Permalink
misc: add build for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
Millefeuille42 committed Apr 5, 2024
1 parent 5a634fb commit 28518fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64

- name: Sign the published Docker image
if: ${{ github.event_name != 'pull_request' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-publish-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64

- name: Sign the published Docker image
if: ${{ github.event_name != 'pull_request' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-publish-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64

- name: Sign the published Docker image
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 28518fc

Please sign in to comment.