Skip to content

Commit b34a70f

Browse files
authored
Merge pull request #6595 from wileyj/chore/6556
Adding linux/arm64 to the arch list for manual docker builds
2 parents 12188e3 + 3b862b6 commit b34a70f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/image-build-source.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
## Define which docker arch to build for
1010
env:
11-
docker_platforms: "linux/amd64"
11+
docker_platforms: "linux/amd64,linux/arm64"
1212
docker-org: blockstack
1313

1414
concurrency:
@@ -69,7 +69,6 @@ jobs:
6969
STACKS_NODE_VERSION=${{ env.GITHUB_SHA_SHORT }}
7070
GIT_BRANCH=${{ env.GITHUB_REF_SHORT }}
7171
GIT_COMMIT=${{ env.GITHUB_SHA_SHORT }}
72-
TARGET_CPU=x86-64-v3
7372
push: ${{ env.DOCKER_PUSH }}
7473

7574
## Generate docker image attestation(s)

0 commit comments

Comments
 (0)