-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -231,6 +231,8 @@ jobs: | |
|
||
- name: Compress Binaries | ||
run: | | ||
rm -rf build/ include/ | ||
for dir in */; do | ||
if [[ $dir == *"windows"* ]]; then | ||
cd "$dir" && zip -r "../${dir%/}.zip" . && cd .. | ||
|
@@ -256,10 +258,8 @@ jobs: | |
# with: | ||
# cosign-release: 'v2.1.1' | ||
|
||
# - name: Setup QEMU | ||
# uses: docker/[email protected] | ||
# with: | ||
# platforms: linux/amd64,linux/arm64 | ||
- name: Setup QEMU | ||
uses: docker/[email protected] | ||
|
||
- name: Setup Docker Buildx | ||
uses: docker/[email protected] | ||
|
@@ -292,19 +292,19 @@ jobs: | |
uses: docker/[email protected] | ||
with: | ||
context: . | ||
platforms: linux/amd64 | ||
push: true | ||
platforms: linux/amd64,linux/arm64 | ||
push: false | ||
tags: ${{ steps.meta.outputs.tags }} | ||
labels: ${{ steps.meta.outputs.labels }} | ||
cache-from: type=gha | ||
cache-to: type=gha,mode=max | ||
|
||
- name: Update DockerHub Information | ||
uses: peter-evans/dockerhub-description@v4 | ||
with: | ||
repository: xensik/gsc-tool | ||
username: ${{ secrets.DOCKERHUB_USER }} | ||
password: ${{ secrets.DOCKERHUB_TOKEN }} | ||
# - name: Update DockerHub Information | ||
# uses: peter-evans/dockerhub-description@v4 | ||
# with: | ||
# repository: xensik/gsc-tool | ||
# username: ${{ secrets.DOCKERHUB_USER }} | ||
# password: ${{ secrets.DOCKERHUB_TOKEN }} | ||
|
||
# - name: Sign the published Docker image | ||
# env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters