Skip to content

Commit 8dc76da

Browse files
authored
Merge pull request #9 from rancher-sandbox/alpine-3.16
Revert to Alpine 3.16
2 parents 8f167f6 + 144d8e3 commit 8dc76da

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99

1010
env:
11-
ALPINE_VERSION: 3.17.0
11+
ALPINE_VERSION: 3.16.0
1212
DOCKER_BUILDKIT: 1
1313

1414
jobs:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ALPINE_VERSION ?= 3.17.0
1+
ALPINE_VERSION ?= 3.16.0
22
REPO_VERSION ?= $(shell echo "$(ALPINE_VERSION)" | sed -E 's/^([0-9]+\.[0-9]+).*/v\1/')
33
GIT_TAG ?= $(shell echo "v$(ALPINE_VERSION)" | sed 's/^vedge$$/origin\/master/')
44
BUILD_ID ?= $(shell git describe --tags)

genapkovl-lima.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ if [ "${LIMA_INSTALL_CNI_PLUGIN_FLANNEL}" == "true" ]; then
221221
if [ "$(uname -m)" == "aarch64" ]; then
222222
ARCH=arm64
223223
fi
224+
mkdir -p "${tmp}/usr/libexec/cni"
225+
ln -s "flannel-${ARCH}" "${tmp}/usr/libexec/cni/flannel"
224226
fi
225227

226228
if [ "${LIMA_INSTALL_CURL}" == "true" ]; then

src/aports

Submodule aports updated 10095 files

0 commit comments

Comments
 (0)