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 13dcec5 commit ce6b859
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,linux/arm/v6,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/386,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
Expand Up @@ -6,7 +6,7 @@ ARG TARGETPLATFORM
ARG BUILDPLATFORM
ARG TARGETARCH
ARG TARGETVARIANT
RUN printf '..%s..' "I'm building for TARGETPLATFORM=${TARGETPLATFORM} using ${BUILDPLATFORM} as build platform" \
RUN printf '..%s..' "I'm building for TARGETPLATFORM=${TARGETPLATFORM} using BUILDPLATFORM=${BUILDPLATFORM} as build platform" \
&& printf '..%s..' ", TARGETARCH=${TARGETARCH}" \
&& printf '..%s..' ", TARGETVARIANT=${TARGETVARIANT} \n" \
&& printf '..%s..' "With uname -s : " && uname -s \
Expand Down

0 comments on commit ce6b859

Please sign in to comment.