We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5272f1f commit fe18b97Copy full SHA for fe18b97
.github/workflows/dockerhub-release-aio.yml
@@ -38,8 +38,8 @@ jobs:
38
include:
39
- runner: [self-hosted, X64]
40
arch: amd64
41
- # - runner: arm-runner
42
- # arch: arm64
+ - runner: arm-runner
+ arch: arm64
43
runs-on: ${{ matrix.runner }}
44
timeout-minutes: 180
45
outputs:
@@ -56,9 +56,10 @@ jobs:
56
- id: build
57
uses: docker/build-push-action@v3
58
with:
59
+ file: docker/all-in-one/Dockerfile
60
push: true
61
build-args: |
- postgres_version=${{ needs.settings.outputs.docker_version }}_${{ matrix.arch }}
62
+ postgres_version=${{ needs.settings.outputs.docker_version }}
63
${{ needs.settings.outputs.build_args }}
64
target: production
65
tags: ${{ needs.settings.outputs.image_tag }}_${{ matrix.arch }}
0 commit comments