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 363b510
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand All @@ -33,5 +36,6 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }},ericguo/oauth2id:${{ github.ref_name }}-amd64
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }},ericguo/oauth2id:${{ github.ref_name }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 363b510

Please sign in to comment.