Skip to content

Commit 73a24c0

Browse files
author
nkowenski
committed
install rustc
1 parent 71c0d40 commit 73a24c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@ 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 Image
4243
id: build_image
4344
uses: redhat-actions/buildah-build@main
4445
with:
4546
image: ${{ env.IMAGE_NAMESPACE }}
4647
tags: ${{ env.IMAGE_TAGS }} latest
47-
platforms: linux/386, linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64/v8
48+
platforms: linux/386, linux/amd64
4849
containerfiles: |
4950
./Dockerfile.gh
5051

0 commit comments

Comments
 (0)