File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 27
27
- name : Set up QEMU
28
28
uses : docker/setup-qemu-action@v3
29
29
with :
30
- platforms : linux/amd64,linux/arm64,linux/arm/v7
30
+ platforms : linux/amd64,linux/arm64
31
31
- name : Set up Docker Buildx
32
32
id : buildx
33
33
uses : docker/setup-buildx-action@v3
48
48
uses : docker/build-push-action@v5
49
49
with :
50
50
context : ${{ matrix.context }}
51
- platforms : linux/amd64,linux/arm64,linux/arm/v7
51
+ platforms : linux/amd64,linux/arm64
52
52
push : true
53
53
# for versioning, use the git sha
54
54
tags : |
78
78
- name : Set up QEMU
79
79
uses : docker/setup-qemu-action@v3
80
80
with :
81
- platforms : linux/amd64,linux/arm64,linux/arm/v7
81
+ platforms : linux/amd64,linux/arm64
82
82
- name : Set up Docker Buildx
83
83
id : buildx
84
84
uses : docker/setup-buildx-action@v3
98
98
uses : docker/build-push-action@v5
99
99
with :
100
100
context : ${{ matrix.context }}
101
- platforms : linux/amd64,linux/arm64,linux/arm/v7
101
+ platforms : linux/amd64,linux/arm64
102
102
push : true
103
103
tags : |
104
104
opentransitsoftwarefoundation/${{ matrix.name }}:${{ env.IMAGE_TAG }}
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ case $ARCH in
9
9
aarch64|arm64)
10
10
GOARCH=arm64
11
11
;;
12
- armv7* )
13
- GOARCH=arm
14
- ;;
15
12
i386|i686)
16
13
GOARCH=386
17
14
;;
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ case $ARCH in
9
9
aarch64|arm64)
10
10
GOARCH=arm64
11
11
;;
12
- armv7* )
13
- GOARCH=arm
14
- ;;
15
12
i386|i686)
16
13
GOARCH=386
17
14
;;
You can’t perform that action at this time.
0 commit comments