We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12188e3 + 3b862b6 commit b34a70fCopy full SHA for b34a70f
.github/workflows/image-build-source.yml
@@ -8,7 +8,7 @@ on:
8
9
## Define which docker arch to build for
10
env:
11
- docker_platforms: "linux/amd64"
+ docker_platforms: "linux/amd64,linux/arm64"
12
docker-org: blockstack
13
14
concurrency:
@@ -69,7 +69,6 @@ jobs:
69
STACKS_NODE_VERSION=${{ env.GITHUB_SHA_SHORT }}
70
GIT_BRANCH=${{ env.GITHUB_REF_SHORT }}
71
GIT_COMMIT=${{ env.GITHUB_SHA_SHORT }}
72
- TARGET_CPU=x86-64-v3
73
push: ${{ env.DOCKER_PUSH }}
74
75
## Generate docker image attestation(s)
0 commit comments