summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMister_X <MisterX2000@users.noreply.github.com>2025-04-06 02:56:14 +0200
committerMister_X <MisterX2000@users.noreply.github.com>2025-04-06 02:56:14 +0200
commit632536c6f576ef6fb79c74046e3d0189cc83125e (patch)
tree4649d4427f7d51e95016ca0d7e074b13079d3af3 /.github
parente5f24bd6ccd0bd915652ac8ca354141ef80ce8d4 (diff)
fix alpine image
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ant-build-release.yaml5
-rw-r--r--.github/workflows/build-docker-image.yaml4
2 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/ant-build-release.yaml b/.github/workflows/ant-build-release.yaml
index 8d0d8c7f9..de61e6f80 100644
--- a/.github/workflows/ant-build-release.yaml
+++ b/.github/workflows/ant-build-release.yaml
@@ -2,8 +2,6 @@ name: Build Executable
on:
push:
- branches: # ONLY FOR TESTING
- - "**"
tags:
- "v*.*.*"
- "Release_*"
@@ -18,7 +16,8 @@ jobs:
build:
strategy:
matrix:
- os: [macos-latest, ubuntu-latest, windows-latest]
+ #os: [macos-latest, ubuntu-latest, windows-latest]
+ os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
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: