Skip to content

Commit

Permalink
arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
hat3ph authored Aug 24, 2024
1 parent 99fc337 commit 8ae517b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/ppc64le,linux/386,linux/arm64
platforms: linux/amd64,linux/ppc64le,linux/386,linux/arm64,linux/arm/v5,linux/arm/v6,linux/arm/v7
push: true
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=AGH multi-arch image
tags: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
#FROM --platform=$TARGETPLATFORM alpine:latest
#FROM --platform=$TARGETPLATFORM alpine:latest as build

ARG AGH_VER=v0.107.52
ARG TARGETPLATFORM
Expand Down

0 comments on commit 8ae517b

Please sign in to comment.