summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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: