Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build #144

Merged
merged 16 commits into from
Sep 25, 2024
Prev Previous commit
Next Next commit
fix same ids in build
  • Loading branch information
nkowenski committed Sep 25, 2024
commit 0db516b50465d8d477d8060b78203f31cfc01445
8 changes: 4 additions & 4 deletions .github/workflows/build-alt.yaml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ jobs:
sudo apt-get install -y rustc

- name: Build alt Image armv5
id: build_alt_image
id: build_alt_imagev5
uses: redhat-actions/buildah-build@main
with:
image: ${{ env.IMAGE_NAMESPACE }}
@@ -50,7 +50,7 @@ jobs:
./Dockerfile-others.gh

- name: Build alt Image s390
id: build_alt_image
id: build_alt_image390
uses: redhat-actions/buildah-build@main
with:
image: ${{ env.IMAGE_NAMESPACE }}
@@ -60,7 +60,7 @@ jobs:
./Dockerfile-others.gh

- name: Build alt Image armv8
id: build_alt_image
id: build_alt_imagev8
uses: redhat-actions/buildah-build@main
with:
image: ${{ env.IMAGE_NAMESPACE }}
@@ -70,7 +70,7 @@ jobs:
./Dockerfile-others.gh

- name: Build alt Image armv7
id: build_alt_image
id: build_alt_imagev7
uses: redhat-actions/buildah-build@main
with:
image: ${{ env.IMAGE_NAMESPACE }}
Loading