Skip to content

Commit

Permalink
re-enable arm64 because I forgot thats what my server uses; see #67
Browse files Browse the repository at this point in the history
  • Loading branch information
ModischFabrications committed Feb 1, 2024
1 parent 6b5c210 commit 4edf72e
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,17 @@ jobs:
type=ref,event=branch
type=semver,pattern={{version}}
# Multi-Arch takes over 30min right now, it's not worth it
# # https://github.com/docker/setup-qemu-action
# - name: Set up QEMU ⚙
# uses: docker/setup-qemu-action@v3
# https://github.com/docker/setup-qemu-action
- name: Set up QEMU ⚙
uses: docker/setup-qemu-action@v3

# # https://github.com/docker/setup-buildx-action
# - name: Set up Docker Buildx ⚙
# id: buildx
# uses: docker/setup-buildx-action@v3
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx ⚙
id: buildx
uses: docker/setup-buildx-action@v3

# - name: Report Buildx platforms 🖊️
# run: echo ${{ steps.buildx.outputs.platforms }}
- name: Report Buildx platforms 🖊️
run: echo ${{ steps.buildx.outputs.platforms }}

- name: Login to DH 👤
uses: docker/login-action@v3
Expand All @@ -105,7 +104,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
# platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64 #,linux/arm/v7 # Multi-Arch takes over 30min with v7, it's not worth it
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 4edf72e

Please sign in to comment.