Skip to content

Commit

Permalink
Build ARM?
Browse files Browse the repository at this point in the history
  • Loading branch information
aneisch committed Jan 9, 2024
1 parent 462b173 commit 886f699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
${{ runner.os }}-buildx-
- name: Log into Registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Push Image
- name: Name Image
run: |
IMAGE_ID=ghcr.io/aneisch/${{ env.IMAGE_NAME }}
# Change all uppercase to lowercase
Expand All @@ -84,7 +84,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: $IMAGE_ID:$VERSION-arm64
tags: ${{ IMAGE_ID }}:${{ VERSION }}-arm64
platforms: linux/arm64/v8
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

0 comments on commit 886f699

Please sign in to comment.