diff options
| author | Mister_X <MisterX2000@users.noreply.github.com> | 2025-04-06 02:56:14 +0200 |
|---|---|---|
| committer | Mister_X <MisterX2000@users.noreply.github.com> | 2025-04-06 02:56:14 +0200 |
| commit | 632536c6f576ef6fb79c74046e3d0189cc83125e (patch) | |
| tree | 4649d4427f7d51e95016ca0d7e074b13079d3af3 /.github/workflows/build-docker-image.yaml | |
| parent | e5f24bd6ccd0bd915652ac8ca354141ef80ce8d4 (diff) | |
fix alpine image
Diffstat (limited to '.github/workflows/build-docker-image.yaml')
| -rw-r--r-- | .github/workflows/build-docker-image.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-docker-image.yaml b/.github/workflows/build-docker-image.yaml index 30e79b1d4..6016fca59 100644 --- a/.github/workflows/build-docker-image.yaml +++ b/.github/workflows/build-docker-image.yaml @@ -23,8 +23,8 @@ jobs: include: - tag: "" # Default Dockerfile platforms: linux/amd64,linux/arm64 - # - tag: alpine - # platforms: linux/amd64,linux/arm64 + - tag: alpine + platforms: linux/amd64,linux/arm64 runs-on: ubuntu-latest steps: |
