Skip to content

Commit fa2f8da

Browse files
authored
ci(release): use github-runner arm64 (#345)
1 parent 8e03a26 commit fa2f8da

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- amzn2
9898
- el9
9999
- el8
100-
runs-on: ubuntu-latest
100+
runs-on: ubuntu-22.04${{ matrix.arch == 'arm64' && '-arm' || '' }}
101101

102102
steps:
103103
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
@@ -106,15 +106,9 @@ jobs:
106106
ref: ${{ github.event.inputs.ref }}
107107

108108
- uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
109-
110-
- uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
111-
with:
112-
platforms: ${{ matrix.arch }}
113-
114109
- name: build release
115110
run: |
116111
docker run -i --rm -v $(pwd):/wd --workdir /wd \
117-
--platform=linux/${{ matrix.arch }} \
118112
-e BUILD_RELEASE=1 \
119113
-e QUICER_TLS_VER=${{ matrix.openssl }} \
120114
ghcr.io/emqx/emqx-builder/${{ matrix.erlang.builder }}-${{ matrix.os }} \

0 commit comments

Comments
 (0)