Skip to content

Commit 866dc54

Browse files
author
nkowenski
committed
build all here
1 parent 73a24c0 commit 866dc54

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-alt.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build&Push Alt Images
33
on:
44
push:
55
tags:
6-
- '*'
6+
- 'only-alts'
77
# echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
88
# echo "Tag name from github.ref_name: ${{ github.ref_name }}"
99

@@ -37,6 +37,7 @@ jobs:
3737
run: |
3838
sudo apt-get update
3939
sudo apt-get install -y qemu-user-static
40+
sudo apt-get install -y rustc
4041
4142
- name: Build alt Images
4243
id: build_alt_image

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
image: ${{ env.IMAGE_NAMESPACE }}
4747
tags: ${{ env.IMAGE_TAGS }} latest
48-
platforms: linux/386, linux/amd64
48+
platforms: linux/386, linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64/v8, linux/s390x #, linux/mips64le, linux/ppc64le,
4949
containerfiles: |
5050
./Dockerfile.gh
5151

0 commit comments

Comments
 (0)