Skip to content

Commit

Permalink
released new version at arm64 in Github Actions also.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Nov 9, 2023
1 parent ae9fba0 commit ccffd00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }},ericguo/oauth2id:${{ github.ref_name }}-amd64
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }},ericguo/oauth2id:${{ github.ref_name }}-amd64,ericguo/oauth2id:${{ github.ref_name }}-arm64
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit ccffd00

Please sign in to comment.