diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index b83257ebf..67e466f9c 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -212,6 +212,7 @@ jobs: push: ${{ steps.ev.outputs.shouldBuild == 'true' }} tags: | ghcr.io/goauthentik/dev-server:gh-${{ steps.ev.outputs.branchNameContainer }} + ghcr.io/goauthentik/dev-server:gh-${{ steps.ev.outputs.sha }} ghcr.io/goauthentik/dev-server:gh-${{ steps.ev.outputs.branchNameContainer }}-${{ steps.ev.outputs.timestamp }}-${{ steps.ev.outputs.shortHash }} build-args: | GIT_BUILD_HASH=${{ steps.ev.outputs.sha }} @@ -253,6 +254,7 @@ jobs: push: ${{ steps.ev.outputs.shouldBuild == 'true' }} tags: | ghcr.io/goauthentik/dev-server:gh-${{ steps.ev.outputs.branchNameContainer }}-arm64 + ghcr.io/goauthentik/dev-server:gh-${{ steps.ev.outputs.sha }}-arm64 ghcr.io/goauthentik/dev-server:gh-${{ steps.ev.outputs.branchNameContainer }}-${{ steps.ev.outputs.timestamp }}-${{ steps.ev.outputs.shortHash }}-arm64 build-args: | GIT_BUILD_HASH=${{ steps.ev.outputs.sha }} diff --git a/.github/workflows/ci-outpost.yml b/.github/workflows/ci-outpost.yml index 5d267ac97..1b8df0e3c 100644 --- a/.github/workflows/ci-outpost.yml +++ b/.github/workflows/ci-outpost.yml @@ -60,8 +60,6 @@ jobs: - proxy - ldap - radius - arch: - - "linux/amd64" runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -94,7 +92,7 @@ jobs: build-args: | GIT_BUILD_HASH=${{ steps.ev.outputs.sha }} VERSION_FAMILY=${{ steps.ev.outputs.versionFamily }} - platforms: ${{ matrix.arch }} + platforms: linux/amd64,linux/arm64 context: . build-binary: timeout-minutes: 120