Skip to content

Commit

Permalink
Add arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrin committed Nov 12, 2023
1 parent 73f1562 commit 8533c44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
- name: Login to registry
uses: docker/login-action@v1
with:
registry: ghcr.io
Expand All @@ -23,5 +23,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v2
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ghcr.io/scrin/siikabot

0 comments on commit 8533c44

Please sign in to comment.