Skip to content

Commit

Permalink
Add remote info
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 Oct 22, 2024
1 parent e664b77 commit 6bdf277
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
- run: |
go install chainguard.dev/apko@latest
go install chainguard.dev/melange@latest
- run: |
sudo apt -y update
sudo apt -y install bubblewrap
sudo chmod u+s /usr/bin/bwrap
- run: |
make rsd-apko
make rsd-docker
Expand Down
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 --runner docker
melange build --arch arm64,x86_64 rsd.yaml --signing-key melange.rsa --git-repo-url https://github.com/egibs/rsd --git-commit 9e58fafed60dcc9e5068ccf00bebefd76649f658

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
@@ -1,6 +1,6 @@
package:
name: rsd
version: v0.3.0
version: v0.4.0
epoch: 0
description: "Rust implemention of xxd -e -l 64"
copyright:
Expand Down

0 comments on commit 6bdf277

Please sign in to comment.