Skip to content

Commit

Permalink
updating build for containers plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcdavid committed Mar 25, 2024
1 parent 604707b commit 8ff2420
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
test:
strategy:
matrix:
go-version: [1.16.x, 1.20.x, 1.22.x]
os: [ubuntu-latest, alpine-latest]
go-version: [1.16.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
Expand Down
3 changes: 3 additions & 0 deletions scripts/build-all-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ solaris amd64
windows 386
windows amd64
EOF

# Building Plugin to run in containers
CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -tags=containers​ -o "release/atlas-linux-containers" cmd/atlas/main.go

0 comments on commit 8ff2420

Please sign in to comment.