Skip to content

Commit 805f5b1

Browse files
committed
simplify
1 parent f6d9907 commit 805f5b1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci-arm-build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,7 @@ jobs:
5555
export DOCKER_IMAGE_TAG="$TAG_PREFIX-latest-arm64"
5656
export DOCKER_TARGET_PLATFORMS=linux/arm64
5757
make build push=true
58-
- name: build & push images for specific tag
59-
run: |
60-
export DOCKER_IMAGE_TAG=$(exec ci/helpers/build_docker_image_tag.bash)-arm64
61-
export DOCKER_TARGET_PLATFORMS=linux/arm64
62-
make build push=true
6358
- name: fuse images in the registry for latest tag
6459
run: |
6560
export DOCKER_IMAGE_TAG="$TAG_PREFIX-latest"
6661
make docker-image-fuse SUFFIX=arm64
67-
- name: set git tag
68-
run: echo "GIT_TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)