Skip to content

Commit

Permalink
Merge pull request #52 from hallyn/2023-12-23/bump-mos
Browse files Browse the repository at this point in the history
bump mos to v0.0.28
  • Loading branch information
hallyn authored Dec 23, 2023
2 parents 2656923 + 8eaa233 commit cdfac68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
stacker --version
sudo wget --progress=dot:mega -O /usr/bin/trust \
https://github.com/project-machine/mos/releases/download/v0.0.26/trust-linux-amd64
https://github.com/project-machine/mos/releases/download/v0.0.28/trust-linux-amd64
sudo chmod 755 /usr/bin/trust
trust keyset add snakeoil
- name: build golang
Expand Down
2 changes: 1 addition & 1 deletion subs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ KEYSET ?= snakeoil
DOCKER_BASE ?= docker://
UBUNTU_MIRROR ?= http://archive.ubuntu.com/ubuntu
KEYSET_D ?= $(HOME)/.local/share/machine/trust/keys/$(KEYSET)
MOSCTL_BINARY ?= https://github.com/project-machine/mos/releases/download/v0.0.26/mosctl-linux-amd64
MOSCTL_BINARY ?= https://github.com/project-machine/mos/releases/download/v0.0.28/mosctl-linux-amd64
ZOT_BINARY ?= https://github.com/project-zot/zot/releases/download/v2.0.0-rc5/zot-linux-amd64-minimal

STACKER_SUBS = \
Expand Down

0 comments on commit cdfac68

Please sign in to comment.