Skip to content

Commit

Permalink
arm
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL committed Dec 24, 2024
1 parent 88d64ab commit e4c96d8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ jobs:
uses: docker/[email protected]
with:
context: .
platforms: linux/arm64
load: true
# https://docs.docker.com/build/ci/github-actions/cache/#github-cache
cache-from: type=gha
cache-to: type=gha,mode=max
-
run: |
docker run --rm --entrypoint=sh "${{ steps.build.outputs.imageid }}"
# -
# run: |
# docker run --rm --entrypoint=sh "${{ steps.build.outputs.imageid }}"
-
uses: docker/[email protected]
with:
Expand All @@ -50,6 +51,7 @@ jobs:
uses: docker/[email protected]
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit e4c96d8

Please sign in to comment.