File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
REPO="$(echo "$BP_ID" | sed 's/.*\///')"
35
35
VERSION="$(cat test-info/buildpack.toml | yj -t | jq -r .buildpack.version)"
36
36
PACKAGE="${ORG}/${REPO}"
37
- pack buildpack package ${PACKAGE}:${VERSION} --config package.toml --target "linux/amd64" --target "linux/arm64 --publish
37
+ pack buildpack package ${PACKAGE}:${VERSION} --config package.toml --target "linux/amd64" --target "linux/arm64" --publish
38
38
cd ..
39
39
shell : bash
40
40
- id : package-builder
47
47
TAG="${{ github.ref_name }}"
48
48
VERSION="${TAG#v}"
49
49
PACKAGE="${ORG}/${REPO}"
50
- pack builder create "${PACKAGE}:${VERSION}" --config builder.toml --target "linux/amd64" --target "linux/arm64 --publish
50
+ pack builder create "${PACKAGE}:${VERSION}" --config builder.toml --target "linux/amd64" --target "linux/arm64" --publish
51
51
cd ..
52
52
shell : bash
You can’t perform that action at this time.
0 commit comments