Skip to content

Commit 5065861

Browse files
committed
fix(woodpecker): CI_SYSTEM_ARCH env removed
1 parent 22144b4 commit 5065861

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.woodpecker/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ steps:
1111
- name: publish-linux
1212
image: bash
1313
commands:
14-
- export VERSION=$([ -z $CI_COMMIT_TAG ] && echo latest || echo $CI_COMMIT_TAG)-$(sed 's#/#-#g' <<< $CI_SYSTEM_ARCH)
14+
- export VERSION=$([ -z $CI_COMMIT_TAG ] && echo latest || echo $CI_COMMIT_TAG)-$(sed 's#/#-#g' <<< $CI_SYSTEM_PLATFORM)
1515
- echo $CONTAINER_PASSWORD | podman login $DRYCC_REGISTRY --username $CONTAINER_USERNAME --password-stdin > /dev/null 2>&1
1616
- make podman-build podman-immutable-push
1717
secrets:

0 commit comments

Comments
 (0)