Skip to content

Commit

Permalink
🐛 Deactivate ARM build because GitHub actions downloads take forever
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed May 30, 2024
1 parent 6887800 commit 525bf7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ jobs:
file: ./Dockerfile
push: true
tags: ${{ steps.lowercase-repo.outputs.repository }}:nightly
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
# platforms: linux/amd64,linux/arm64

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
file: ./Dockerfile
push: true
tags: mcpringle/apus:${{ github.event.release.tag_name }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
# platforms: linux/amd64,linux/arm64

0 comments on commit 525bf7a

Please sign in to comment.