File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 29
29
persist-credentials : false
30
30
fetch-depth : 0
31
31
32
+ - name : Set up QEMU
33
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
34
+ with :
35
+ platforms : linux/amd64,linux/arm64
36
+
32
37
- name : Setup Docker buildx
33
38
uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
34
39
Original file line number Diff line number Diff line change 29
29
persist-credentials : false
30
30
fetch-depth : 0
31
31
32
+ - name : Set up QEMU
33
+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
34
+ with :
35
+ platforms : linux/amd64,linux/arm64
36
+
32
37
- name : Release
33
38
id : release
34
39
uses : cycjimmy/semantic-release-action@a297eb166c8fba7ddd59ee3c3b873c9781cadc72 # v3.2.0
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ USER root
4
4
5
5
RUN apt-get update \
6
6
&& apt-get -y install curl git \
7
- && apt-get -y install jq \
7
+ && apt-get -y install jq \
8
8
&& apt-get -y install zip unzip \
9
+ && apt-get -y install build-essential \
9
10
&& apt-get -y install ca-certificates wget apt-transport-https lsb-release gnupg \
10
11
&& apt-get clean \
11
12
&& rm -rf /var/lib/apt/lists/
You can’t perform that action at this time.
0 commit comments