Skip to content

Commit

Permalink
add arm64 images
Browse files Browse the repository at this point in the history
  • Loading branch information
realies authored and supakeen committed Aug 27, 2024
1 parent 57b9601 commit f6b1df7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
context: .
file: ./Containerfile
target: base
platforms: linux/amd64,linux/arm64
push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') }}
cache-from: type=registry,ref=ghcr.io/supakeen/pinnwand:latest
cache-to: type=inline
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
context: .
file: ./Containerfile
target: ${{ matrix.container-stage }}
platforms: linux/amd64,linux/arm64
push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') }}
cache-from: type=registry,ref=ghcr.io/supakeen/pinnwand:latest-${{ matrix.container-stage }}
cache-to: type=inline
Expand Down

0 comments on commit f6b1df7

Please sign in to comment.