Skip to content

Commit

Permalink
Merge pull request #91 from jonasbn/multiplatform_support
Browse files Browse the repository at this point in the history
Multiplatform support and build-push clean up
  • Loading branch information
jonasbn authored Jun 30, 2024
2 parents b863ee4 + 4e5fbe8 commit 4eb58f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
multi-registries:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -42,6 +39,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
platforms: linux/amd64,linux/arm64
tags: |
jonasbn/ebirah:latest
ghcr.io/jonasbn/ebirah:latest
Expand Down

0 comments on commit 4eb58f1

Please sign in to comment.