Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Troubleshoot build
Browse files Browse the repository at this point in the history
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
  • Loading branch information
egibs committed Dec 16, 2024
1 parent 985145d commit 971b1ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f
with:
egress-policy: block
egress-policy: audit
allowed-endpoints: >
auth.docker.io:443
azure.archive.ubuntu.com:80
Expand Down Expand Up @@ -46,6 +46,8 @@ jobs:
- run: |
make rsd-apko
make rsd-docker
working-directory: ${{ github.workspace }}
- run: |
docker run --rm rsd:latest-amd64
docker run --rm rsd:latest-arm64
working-directory: ${{ github.workspace }}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keygen:
melange keygen

rsd-melange: keygen
melange build --arch arm64,x86_64 rsd.yaml --signing-key melange.rsa --git-repo-url https://github.com/egibs/rsd --git-commit 9e58fafed60dcc9e5068ccf00bebefd76649f658
melange build --arch arm64,x86_64 rsd.yaml --signing-key melange.rsa --git-repo-url https://github.com/egibs/rsd --git-commit 9e58fafed60dcc9e5068ccf00bebefd76649f658 --runner docker

rsd-apko: rsd-melange
apko build rsd.apko.yaml rsd:latest rsd.tar
Expand Down
2 changes: 1 addition & 1 deletion rsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ environment:
- busybox
- ca-certificates-bundle
- libgit2-dev
- rust~1.79
- rust~1.83
- zlib-dev

pipeline:
Expand Down

0 comments on commit 971b1ac

Please sign in to comment.