Skip to content

Commit

Permalink
builder docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
olomix committed Sep 11, 2024
1 parent 1976cc6 commit 4b12d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
file: .github/images/Dockerfile.build
context: ./.github/images/context.build
cache-from: type=gha,scope=buildkit-amd64
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max,scope=buildkit-amd64
tags: builder:amd64

- uses: docker/build-push-action@v6
Expand All @@ -42,7 +42,7 @@ jobs:
file: .github/images/Dockerfile.build
context: ./.github/images/context.build
cache-from: type=gha,scope=buildkit-arm64
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max,scope=buildkit-arm64
tags: builder:arm64

- run: docker run --platform=linux/arm64 builder:arm64 uname -a
Expand Down

0 comments on commit 4b12d36

Please sign in to comment.