Skip to content

Commit fd99816

Browse files
authored
Sysbox 0.6.7 (#145)
1 parent 3007894 commit fd99816

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
include:
3232
- os: ubuntu-22.04
3333
arch: linux/amd64
34-
sha: 87cfa5cad97dc5dc1a243d6d88be1393be75b93a517dc1580ecd8a2801c2777a
34+
sha: b7ac389e5a19592cadf16e0ca30e40919516128f6e1b7f99e1cb4ff64554172e
3535
arch-suffix: amd64
3636
- os: depot-ubuntu-22.04-arm
3737
arch: linux/arm64
38-
sha: 640014411de589f4e09f8383dc53b3c7785575be13d5573d4addbd597f858d56
38+
sha: 16d80123ba53058cf90f5a68686e297621ea97942602682e34b3352783908f91
3939
arch-suffix: arm64
4040
runs-on: ${{ matrix.os }}
4141
steps:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PROJECT_ROOT := $(shell git rev-parse --show-toplevel)
22
GO_FILES := $(shell git ls-files '*.go' '*.sum')
33
IMAGE_FILES := $(shell find deploy)
44
ARCH ?= linux/amd64
5-
SYSBOX_SHA ?= 87cfa5cad97dc5dc1a243d6d88be1393be75b93a517dc1580ecd8a2801c2777a
5+
SYSBOX_SHA ?= b7ac389e5a19592cadf16e0ca30e40919516128f6e1b7f99e1cb4ff64554172e
66

77
.PHONY: clean
88
clean:

deploy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG TARGETARCH
66
# We don't hardcode it here because we have to be able to build both
77
# amd and arm
88
ARG SYSBOX_SHA
9-
ARG SYSBOX_VERSION="0.6.6"
9+
ARG SYSBOX_VERSION="0.6.7"
1010
ARG SYSBOX_DEB="sysbox-ce_$SYSBOX_VERSION-0.linux_$TARGETARCH.deb"
1111

1212
# Copy configuration files to appropriate locations

0 commit comments

Comments
 (0)