Skip to content

Commit

Permalink
Add arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Sep 23, 2024
1 parent 099c88f commit b05a4da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- name: Get release version
id: get_version
run: echo ::set-env name=RELEASE_VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
Expand All @@ -20,3 +22,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
tags: "latest,${{ env.RELEASE_VERSION }}"
platforms: linux/amd64,linux/arm64

0 comments on commit b05a4da

Please sign in to comment.