Skip to content

Commit

Permalink
chore: support aarch64. jaywcjlove#232
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 17, 2022
1 parent 8b151f8 commit 9945c1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
with:
push: true
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm64/v8
tags: ${{ secrets.DOCKER_USER }}/reference:latest

- name: Build and push image:tags
Expand All @@ -144,7 +144,7 @@ jobs:
with:
push: true
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm64/v8
tags: ${{ secrets.DOCKER_USER }}/reference:${{steps.changelog.outputs.version}}

# Create Docker Image in Github
Expand All @@ -160,7 +160,7 @@ jobs:
with:
push: true
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm64/v8
tags: ghcr.io/jaywcjlove/reference:latest

- name: Build and push image:tags
Expand All @@ -169,7 +169,7 @@ jobs:
with:
push: true
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm64/v8
tags: ghcr.io/jaywcjlove/reference:${{steps.changelog.outputs.version}}

# # Create Docker Image in Github
Expand Down

0 comments on commit 9945c1b

Please sign in to comment.