diff --git a/.gitea/workflows/apk-publish.yml b/.gitea/workflows/apk-publish.yml index 4fc8ecd..4ac6204 100644 --- a/.gitea/workflows/apk-publish.yml +++ b/.gitea/workflows/apk-publish.yml @@ -10,7 +10,6 @@ jobs: - ubuntu-24.04 container: image: alpine:latest - options: --platform linux/amd64 strategy: matrix: include: diff --git a/.gitea/workflows/arch-publish.yml b/.gitea/workflows/arch-publish.yml index 6eec14d..8023121 100644 --- a/.gitea/workflows/arch-publish.yml +++ b/.gitea/workflows/arch-publish.yml @@ -19,14 +19,14 @@ jobs: - name: Install build dependencies run: sudo apt-get update -qq && sudo apt-get install -y --no-install-recommends zstd curl + - name: Checkout repository + uses: actions/checkout@v4 + - name: Set up Go uses: actions/setup-go@v5 with: go-version-file: src/go.mod - - name: Checkout repository - uses: actions/checkout@v4 - - name: Build binary run: | cd src