Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Yuan <[email protected]>
  • Loading branch information
SamYuan1990 committed Apr 4, 2024
1 parent 850041d commit c18ce2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ jobs:
with:
context: .
file: ./test/ubuntu.Dockerfile
platforms: linux/amd64,linux/arm64,linux/s390x
platforms: linux/amd64
#,linux/arm64,linux/s390x later
push: false
tags: ubuntutest:latest

1 change: 0 additions & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ containerruntime() {
tee /etc/apt/sources.list.d/docker.list > /dev/null
apt-get update -y
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
docker info
}

main() {
Expand Down
2 changes: 1 addition & 1 deletion verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ verify_cluster() {

containerruntime() {
which docker
docker --help
docker info
}

main() {
Expand Down

0 comments on commit c18ce2f

Please sign in to comment.