Skip to content

Commit

Permalink
Update build-push-Image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-ben authored Sep 3, 2024
1 parent 7068a2f commit 067e4dd
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build-push-Image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.23'

#- name: Build the Go application - amd64
# run: |
# mkdir -p build/linux
# cd cmd/moroz
# go build -o ../../build/linux/moroz.amd64 .

#- name: Build the Go application - arm64
# run: |
# mkdir -p build/linux
# cd cmd/moroz
# GOARCH=arm64 GOOS=linux go build -o ../../build/linux/moroz.arm64 .
cache-dependency-path: "**/*.sum"

- name: Build app
run: |
Expand Down

0 comments on commit 067e4dd

Please sign in to comment.