Skip to content

Commit

Permalink
Added OS arg in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
walkero-gr committed Jul 11, 2024
1 parent 8fe460d commit df913e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .woodpecker/.build-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ steps:
cache_from:
- walkero/amigagccondocker:os4-gcc11-amd64
build_args:
- OS=os4
- GCC_VER=11
tags:
- os4-gcc11-amd64
Expand Down
1 change: 1 addition & 0 deletions .woodpecker/.build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ steps:
cache_from:
- walkero/amigagccondocker:os4-gcc11-arm64
build_args:
- OS=os4
- GCC_VER=11
tags:
- os4-gcc11-arm64
Expand Down

0 comments on commit df913e0

Please sign in to comment.