Skip to content

Commit

Permalink
upgrade actions and alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Feb 16, 2025
1 parent 8551038 commit a6ffe6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ on:

env:
IMAGE_NAME: zerotier
STORAGE_DRIVER: overlay

jobs:
build:
name: Build images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -60,16 +59,13 @@ jobs:

push:
name: Publish images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
environment: production
steps:
- name: Download artifacts
uses: actions/download-artifact@v4

- name: Setup podman and buildah
uses: zyclonite/setup-podman@v1

- name: Import images
run: |
podman load -i ./image-amd64/image.tar
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ on:

env:
IMAGE_NAME: zerotier
STORAGE_DRIVER: overlay

jobs:
build:
name: Build images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -69,16 +68,13 @@ jobs:

push:
name: Publish images
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
environment: production
steps:
- name: Download artifacts
uses: actions/download-artifact@v4

- name: Setup podman and buildah
uses: zyclonite/setup-podman@v1

- name: Import images
run: |
podman load -i ./image-amd64-router/image.tar
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ALPINE_IMAGE=alpine
ARG ALPINE_VERSION=3.20
ARG ALPINE_VERSION=3.21
ARG ZT_COMMIT=185a3a2c76e6bf1b1c0415871f43076638eb007c
ARG ZT_VERSION=1.14.2

Expand Down

0 comments on commit a6ffe6d

Please sign in to comment.