Skip to content

Commit

Permalink
add multi arch build (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
b4iterdev authored Nov 22, 2024
1 parent 043ff71 commit d210270
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Check out the code
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -32,6 +35,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64, linux/arm64
tags: |
ghcr.io/valospectra/overlay:latest
ghcr.io/valospectra/overlay:${{ env.RELEASE_TAG }}
Expand Down

0 comments on commit d210270

Please sign in to comment.